.top-line {
  border-top: 2px solid var(--color-green-light);
  width: 8%;
  margin: 2rem 0;
  opacity: 100;
  background-color: transparent;
}

.section-title {
  font-size: 40px;
  line-height: 48px;
}

.employee-name {
  font-size: 32px;
  line-height: 40px;
}

.employee-title {
  font-size: 16px;
  line-height: 24px;
  mix-blend-mode: normal;
  opacity: 0.8;
}

.custom-border {
  border-bottom: 1px solid #ccd8da;
}

.employee-image_slot {
  min-width: 88px;
}

.tile-child:nth-last-child(-n + 2) {
  border-bottom: none !important;
}

@media only screen and (max-width: 767px) {
  .tile-child:nth-last-child(2) {
    border-bottom: 1px solid #ccd8da !important;
  }
}

@media only screen and (max-width: 575px) {
  .top-line {
    width: 12%;
  }
}


.employee-image_slot img {
	
	border-radius: 50%;
}